php array join

228

php array join -

$arr = array('Hello','World!','Beautiful','Day!');
echo join(", ",$arr);

Comments

Submit
0 Comments